projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25c5572
)
(decode-char): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 20 May 2001 04:19:41 +0000
(
04:19
+0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 20 May 2001 04:19:41 +0000
(
04:19
+0000)
lisp/international/mule.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule.el
b/lisp/international/mule.el
index 08ad67c55518c8fc2c3227c7d17ffa92c8f709cc..416e20fdebe68311c8c3e75aefe0c059b3844eb3 100644
(file)
--- a/
lisp/international/mule.el
+++ b/
lisp/international/mule.el
@@
-304,7
+304,7
@@
Currently the only supported coded character set is `ucs' (ISO/IEC
10646: Universal Multi-Octet Coded Character Set).
Optional argument RESTRICTION specifies a way to map the pair of CCS
-and CODE-POINT to a chracter. Currently not supported and just ignored."
+and CODE-POINT to a ch
a
racter. Currently not supported and just ignored."
(cond ((eq ccs 'ucs)
(cond ((< code-point 160)
code-point)